@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/googlematerialicons/v141/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Q.woff2)format('woff2');
}

@font-face {
    font-family: 'Material Icons Extended';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsextended/v151/kJEjBvgX7BgnkSrUwT8UnLVc38YydejYY-oE_LvJ.woff2)format('woff2');
}

.material-icons-extended,
.material-icons {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-extended {
    font-family: 'Material Icons Extended';
}

.material-icons {
    font-family: 'Material Icons';
}

body,
html,
div,
h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica';
}

h5,
h4,
h3,
h2 {
    margin: 0;
}

:root {
    font-size: calc(100vw/3.75);
}

@media (min-width: 414px) {
    :root {
        font-size: 110.4px;
    }
}

.wrap,
div,
p,
input,
i,
span,
a,
button {
    font-size: 0.14rem;
}

ul,
li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
}

.wrap {
    max-width: 640px;
    min-height: 100vh;
    margin: 0 auto;
}

.top-wrap {
    background: linear-gradient(#2F3949, #586273, #282C32);
    overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget,
iframe.skiptranslate,
#goog-gt-tt {
    display: none !important;
}

body {
    top: 0px !important;
}

.top-install {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: .6rem;
    background: linear-gradient(45deg, #1E1E21, #495560);
    display: flex;
    align-items: center;
    z-index: 5;
}

.top-install .logo {
    width: .45rem;
    height: .45rem;
    margin-left: 0.1rem;
}

.top-install .tg-name {
    flex: 1;
    color: #fff;
    font-size: .16rem;
    margin-left: 0.1rem;
    font-weight: 600;
    margin-right: 0.1rem;
}

.top-install .install {
    width: 1rem;
    margin: 0 0.1rem 0 0 !important;
}

.top-install .install .install-btn {
    height: .35rem;
    display: block;
}

.top-install .install-top-box {
    position: relative;
    z-index: 2;
}

.install .pointer-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.install .pointer-box .circle {
    background-image: url("/LandingPage/202505261400/png/shou2.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    margin: 3px auto 0 auto;
    animation: circleHide 1s ease infinite both;
}

.install .pointer-box .finger {
    background: url("/LandingPage/202509031835/png/shou1.png") left 20px center no-repeat;
    width: 150px;
    height: 80px;
    background-size: 60px;
    animation: fingerHandle 1s ease infinite both;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100% !important;
    height: 100%;
}

.header-select {
    display: flex;
    align-items: center;
    position: relative;
    height: .35rem;
    border-radius: 9px;
    margin-right: 10px;
}

.header-select .text {
    flex: 1;
    font-weight: 400;
}

.header-select .sel-down {
    width: .14rem;
    height: .08rem;
}

.header-select .sel-list {
    position: absolute;
    width: 100%;
    top: .35rem;
    left: 0;
    border-radius: 9px;
    transition: all 0.6s;
    min-height: 40px;
    max-height: 300px;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow-y: scroll;
}

.header-select .sel-list .item {
    text-align: center;
    padding: 0.1rem 0;
}

.header-select .text-input {
    width: .7rem;
    height: auto;
    background: transparent;
    color: #fff;
    border: none;
}

.header-select .text-input:hover,
.header-select .text-input:focus {
    outline: none;
}

.header-select .sel-list .item.active {
    color: #0086FF;
}

.banner {
    position: relative;
}

.tgx-banner-container {
    text-align: center;
    margin: .100rem .100rem;
    overflow: hidden;
}

.banner .arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    margin-top: -.23rem;
}

.banner .arrow {
    width: .46rem;
    height: .46rem;
}

.banner .arrow.a-right {
    right: .43rem;
}

.banner .arrow.a-left {
    left: .43rem;
}

.tg-info {
    margin-left: .2rem;
}

.tg-info,
.tg-intro {
    display: flex;
    flex-direction: row;
    line-height: 1.5;
}

.txt-info h5 {
    font-size: .24rem;
    color: #fff;
    ;
}

.txt-info h4 {
    font-size: .16rem;
    color: #00A676;
}

.img-icon {
    height: .7rem;
    width: .7rem;
    margin-right: .2rem;
    border-radius: .14rem;
}

.tg-intro {
    align-items: center;
    margin: 24px 0;
}

.tg-intro .intro-item {
    position: relative;
    min-width: 96px;
    text-align: center;
}

.tg-intro .intro-item.border-line:before {
    background-color: rgba(255, 255, 255, .5);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}

.tg-intro .intro-item:nth-child(1) {
    padding: 0 .24rem;
}

.tg-intro .intro-item .top {
    min-height: .18rem;
    color: #fff;
    font-size: .13rem;
}

.tg-intro .intro-item .top .star {
    height: .1rem;
    width: .1rem;
    margin-left: 5px;
}

.tg-intro .intro-item .top .age {
    height: .18rem;
    width: .21rem;
}

.tg-intro .intro-item .bottom {
    font-size: .12rem;
    color: #9AA0A6;
}

.install {
    background-color: #00A173;
    border-radius: 8px;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    margin: .4rem .23rem;
}

.install a {
    display: block;
    font-size: .16rem;
    color: #292C32;
    text-decoration: none;
}

.bottom-wrap {
    background-color: #fff;
    padding: .2rem 0;
}

.review-title {
    font-size: .18rem;
    color: #000;
    padding: 0 .19rem;
}

.review-des {
    color: #656565;
    font-size: .12rem;
    margin-top: .15rem;
    padding: 0 .19rem;
}

.SfzRHd1 {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

body ::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.QKBJgd {
    line-height: 1;
    margin-bottom: 12px;
    margin-left: .15rem;
}

.aoJE7e {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.rE4BKe {
    gap: 12px;
}

.ULeU3b {
    flex-shrink: 0;
    scroll-snap-align: start;
}

.D3Qfie {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    background-color: #fff;
    border: 1px rgb(218, 220, 224) solid;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    letter-spacing: .25px;
    line-height: 18px;
    min-width: auto;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background .2s .1s;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 0;
}

.EFMXQ.KKjvXb {
    color: #056449;
    fill: #056449;
    stop-color: #056449;
    background-color: #e6f3ef;
}

.kofMvc .Ka7T4c,
.KnEF3e .Ka7T4c {
    font-size: 16px;
}

.kofMvc {
    border-radius: 9999px !important;
}

.kW9Bj {
    align-items: center;
    display: flex;
    position: relative;
    margin: 0 16px;
}

.c6xzBd {
    display: inline-flex;
    flex-shrink: 0;
    margin: 0 4px 0 0;
}

.kW9Bj .ypTNYd {
    display: inline-block;
    margin: 6px 4px;
}

.Jwxk6d {
    display: grid;
    flex-grow: 1;
    line-height: 1;
    grid-template-columns: 1fr;
    margin: 0 .2rem;
}

.HJV0ef {
    padding-bottom: 16px;
}

.P4w39d {
    display: flex;
    padding-top: .15rem;
}

.Te9Tpc {
    column-gap: 24px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: max-content auto;
}

.jILTFe {
    color: rgb(32, 33, 36);
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-family: "Google Sans Display", Roboto, Arial, sans-serif;
    font-size: .54rem;
    letter-spacing: 0;
    font-weight: 400;
}

.o9hhOd,
.I26one,
.iXRFPc {
    display: inline-block;
}

.deXnLd {
    height: 16px;
    width: 16px;
}

.Bp7T9b,
.deXnLd,
.F7XJmb {
    display: inline-block;
    text-align: left;
}

.F7XJmb {
    height: 12px;
    width: 12px;
}

.Wi7KIe {
    fill: rgb(241, 243, 244);
    stop-color: rgb(241, 243, 244);
}

.Z1Dz7b {
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f;
}

.EHUI5b {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    font-size: .12rem;
    font-weight: 400;
    margin-top: .12rem;
}

.JzwBgb {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    margin-bottom: 5px;
}

.Qjdn7d {
    font-family: Roboto, Arial, sans-serif;
    font-size: .12rem;
    font-weight: 400;
    padding-right: 10px;
}

.RJfYGf {
    border-radius: 9999px;
    background-color: rgb(232, 234, 237);
    height: 10px;
}

.RutFAf {
    height: 100%;
    border-radius: inherit;
}

.wcB8se {
    background-color: #00A173;
}

.EGFGHd {
    color: rgb(95, 99, 104);
    padding: .15rem .18rem;
}

.gSGphe {
    display: grid;
    align-items: center;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2, max-content);
}

.user-default {
    border-radius: 50%;
    width: .32rem;
    height: .32rem;
    overflow: hidden;
}

.T75of {
    background-size: contain;
}

.abYEib {
    width: .32rem;
    height: .32rem;
    background-size: cover;
}

.X5PpBb {
    color: #000000;
    font-size: .12rem;
    font-weight: 400;
}

.Jx4nYe,
.AJTPZc {
    margin-top: 16px;
}

.bp9Aid {
    color: rgb(95, 99, 104);
    fill: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    font-size: .12rem;
    font-weight: 400;
    margin-left: 1ch;
}

.h3YV2d {
    color: #646464;
    margin-top: 8px;
    font-size: .14rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.AJTPZc,
.NC0Ppb {
    font-family: Roboto, Arial, sans-serif;
    color: #646464;
    font-size: .12rem;
    font-weight: 400;
}

.Anb3we {
    align-items: center;
    display: flex;
    margin-top: 12px;
}

.NC0Ppb {
    margin-right: 24px;
}

.b6SkTb {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.UQI9cd .kW9Bj {
    margin: 0 12px;
}

.UQI9cd {
    height: 24px;
    line-height: 10px;
}

@keyframes fingerHandle {
    0% {
        transform: none;
    }
    70% {
        transform: scale3d(.8, .8, .8);
    }
    100% {
        transform: none;
    }
}

@keyframes circleHide {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0);
    }
    70% {
        opacity: 1;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0);
    }
}